home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo Tax-Planner copy routine to be used on a one diskette drive computer.
- echo If you have two diskette drives you should press ctrl+break and stop
- echo the copy procedure. Start over with the COPYTWO.BAT file by entering the
- echo command COPYTWO. If you do not have a diskette that has been formatted
- echo and contains the DOS system files you should ctrl+break, prepare the new
- echo diskette by formatting it with the FORMAT A:/S command, then start this
- echo procedure again.
- pause
- echo Copying Startup Files to Work Diskette...
- copy TP87.BAT B:/v >nul
- copy CONFIG.SYS B:/v >nul
- copy AUTOEXEC.BAT B:/v >nul
- echo Copying Tax-Planner Files to Work Diskette...
- copy *.EXE B:/v >nul
- echo All done now ... place a write protect tab on this diskette and use it as
- echo a backup copy.